home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / MATH / MATHLIB2 / README.TXT < prev   
Text File  |  1995-10-14  |  2KB  |  36 lines

  1. This is the ultimate mathematic library for Turbo Pascal or Borland Pascal 
  2. users on 386/387, 486 and Pentium based machines. The library includes
  3. 5 files providing as many units.
  4. - MATHLIB.PAS provides all standard mathematic functions for floating point
  5. numbers. Its works on any machines and for any real types. Validity domains
  6. and definiton limits are checked. It has a simple error handler.
  7. - MATH387.PAS provides all standard mathematic functions as well. But it
  8. works only on 386/387, 486 and Pentium based machines and for single, double
  9. and extended types. Validity domains and definition limits are not checked.
  10. It is mainly written in 387 assembler. Functions run two to six times faster
  11. than the corresponding function in the MATHLIB or the Turbo Pascal system
  12. libraries.
  13. - HYPERBOL.PAS includes the hyperbolic functions. It uses the MATHLIB unit.
  14. - HYPER387.PAS includes the hyperbolic functions. Written in 387 assembler
  15. for speed improvement.
  16. - COMPLEXP.PAS is a library for complex numbers.
  17.  
  18. To choose the type of real numbers, change the definiton of the float type
  19. in the interface part of the units.
  20.  
  21. The three files MATHLIB.PAS, HYPERBOL.PAS and COMPLEXP.PAS are new versions.
  22. Old versions have been already uploaded in june 95 on the PCNET. They were
  23. written last years with comments in french, but mathematics is an universal
  24. language! I guess nobody will face problems using those files. 
  25.  
  26. You can use this software free, but please, try to keep the author's name in
  27. the unit sources. I'll appreciate you sending me comments or improvements.
  28.  
  29. I hope you will find these libraries usefull. They avoid to write again
  30. and again mathematical functions missing in the Turbo Pascal Compiler.
  31.  
  32. Jean-didier GAYRARD
  33. Oct. 1995
  34.  
  35. CIS 76603.767
  36.